home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / cbox23.zip / SYSCHAT.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-04  |  686b  |  80 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     String   STRING001
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING001 = PPEPath()
  25.     SaveScrn
  26.     WrUSys
  27.     PrintLn 
  28.     DispText 175, 128
  29.     Print "@SYSTIME@"
  30.     Shell 0, INTEGER001, STRING001 + "CHATBOX.EXE", "CHATBOX.CNF /SYSCHAT"
  31.     RestScrn
  32.     RdUSys
  33.     End
  34.  
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ; Usage report (before postprocessing)
  38. ;
  39. ; ■ Statements used :
  40. ;
  41. ;    1       End
  42. ;    1       Let 
  43. ;    1       Print 
  44. ;    1       PrintLn 
  45. ;    1       Shell 
  46. ;    1       DispText 
  47. ;    1       WrUSys
  48. ;    1       RdUSys
  49. ;    1       SaveScrn
  50. ;    1       RestScrn
  51. ;
  52. ;
  53. ; ■ Functions used :
  54. ;
  55. ;    1       +
  56. ;    1       PPEPath()
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Analysis flags : S
  61. ;
  62. ; S - Shell to DOS ■ 5
  63. ;     This may be normal if the PPE need to execute an external command,
  64. ;     but may be actually anything... nasty (formating HD, rebooting,...)
  65. ;     or usefull (sorting, maintenance,...). Check!
  66. ;     ■ Search for : SHELL
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Postprocessing report
  71. ;
  72. ;    0       For/Next
  73. ;    0       While/EndWhile
  74. ;    0       If/Then or If/Then/Else
  75. ;    0       Select Case
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;                 AEGiS Corp - Break the routines, code against the machines!
  79. ;------------------------------------------------------------------------------
  80.